Use CRPEJob::AddParameterCurrentRange to add a parameter range to the specified parameter field of a report.
BOOL AddParameterCurrentRange (
const _TCHAR *parameterFieldName,
const _TCHAR *reportName,
CRPEValueInfo *rangeStart,
CRPEValueInfo *rangeEnd,
short rangeInfo );
Specifies a pointer to CRPEValueInfo, which will contain the new lower bound of the value range. | |||
Specifies a pointer to CRPEValueInfo, which will contain the new upper bound of the value range. | |||
Use this bit mapped value to indicate whether the upper and/or lower bound of the range should be included. Set rangeInfo to one of the following constants. | |||
Constant | Value | Description | |
rangeStart must contain valid information. Set rangeEnd to NULL. | |||
rangeEnd must contain valid information. Set rangeStart to NULL. | |||
Both rangeStart and rangeEnd must contain valid information. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |